home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_3638.txt < prev    next >
Text File  |  1990-08-20  |  1KB  |  36 lines

  1. -- card: 3638 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: In search of the pecan tree
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score
  9.   subtract 5 from score
  10.   if score <= 0 then
  11.     visual effect scroll up
  12.     go card "end"
  13.   end if
  14.   put score into field "scorebox"
  15. end openCard
  16. on mouseUp
  17.   get field "textarea" of card "Mountain Trail"
  18.   put it&return&"Movement in the underbrush" into field "textarea" of card "Mountain Trail"
  19.   get field "textarea" of card "River Trail"
  20.   put it&return&"A lurking shadow" into field "textarea" of card "River Trail"
  21.   visual effect dissolve
  22.   go card "Mountain Trail"
  23. end mouseUp
  24.  
  25.  
  26. -- part contents for background part 1
  27. ----- text -----
  28. In search of the pecan tree
  29.  
  30. -- part contents for background part 2
  31. ----- text -----
  32. You trek back and forth along the winding paths beneath the misty mountains, searching in vain for a pecan tree, any pecan tree. No luck. Days are wasted away, the forest does not reveal its mysteries, you are beginning to think the witch doctor is a kook.
  33.  
  34. -- part contents for background part 5
  35. ----- text -----
  36. 75